/* 右侧浮窗style */
.floatright_botrtom {
    width: 72px;
    line-height: 86px;
    text-align: center;
    background: #b91f1e;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.floatright_botrtom .name {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.floatright_botrtom:hover {
    background: #a00d0d;
}

.floatright_botrtom .icon_close {
    width: 100%;
    height: 40px;
    background: url('/global/fc_ic_close.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.floatright_botrtom .icon {
    width: 100%;
    height: 30px;
    background: url('/global/top_ic_home.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
    margin-bottom: 10px;
}

.floatright_botrtom:hover .qr-code {
    display: block;
}

.qr-code {
    display: none;
}

.qr-code::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-right: 0;
    border-left: 14px solid #fff;
    top: 65px;
    left: 143px;
    filter: drop-shadow(3px 1px 2px rgba(0, 0, 0, .2));
}
.qr-code2::after {
    left: 130px;
}
.qr-code3::after {
    left: 130px;
}